﻿2026-08-18T09:33:45.9009454Z ##[group]Run actions/checkout@v5
2026-08-18T09:33:45.9009702Z with:
2026-08-18T09:33:45.9009894Z   repository: SaberMage/spt-shell-notify
2026-08-18T09:33:45.9010128Z   path: .adapter-notify
2026-08-18T09:33:45.9012028Z   token: ***
2026-08-18T09:33:45.9012204Z   ssh-strict: true
2026-08-18T09:33:45.9012382Z   ssh-user: git
2026-08-18T09:33:45.9012562Z   persist-credentials: true
2026-08-18T09:33:45.9012761Z   clean: true
2026-08-18T09:33:45.9012935Z   sparse-checkout-cone-mode: true
2026-08-18T09:33:45.9013170Z   fetch-depth: 1
2026-08-18T09:33:45.9013340Z   fetch-tags: false
2026-08-18T09:33:45.9013517Z   show-progress: true
2026-08-18T09:33:45.9013699Z   lfs: false
2026-08-18T09:33:45.9013865Z   submodules: false
2026-08-18T09:33:45.9014042Z   set-safe-directory: true
2026-08-18T09:33:45.9014251Z   allow-unsafe-pr-checkout: false
2026-08-18T09:33:45.9014452Z env:
2026-08-18T09:33:45.9014738Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-32122237934-1-lMPeIl
2026-08-18T09:33:45.9015200Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-32122237934-1-lMPeIl
2026-08-18T09:33:45.9015600Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-32122237934-1-lMPeIl
2026-08-18T09:33:45.9016004Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-32122237934-1-lMPeIl
2026-08-18T09:33:45.9016318Z ##[endgroup]
2026-08-18T09:33:45.9685042Z Syncing repository: SaberMage/spt-shell-notify
2026-08-18T09:33:45.9688770Z ##[group]Getting Git version info
2026-08-18T09:33:45.9689390Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify'
2026-08-18T09:33:45.9710420Z [command]/usr/bin/git version
2026-08-18T09:33:45.9740158Z git version 2.43.0
2026-08-18T09:33:45.9754951Z ##[endgroup]
2026-08-18T09:33:45.9761522Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/c216e914-9c18-43de-98a6-f5e314a91376/.gitconfig'
2026-08-18T09:33:45.9768130Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/c216e914-9c18-43de-98a6-f5e314a91376' before making global git config changes
2026-08-18T09:33:45.9768816Z Adding repository directory to the temporary git global config as a safe directory
2026-08-18T09:33:45.9771214Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-08-18T09:33:45.9795568Z ##[group]Initializing the repository
2026-08-18T09:33:45.9798336Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-08-18T09:33:45.9822014Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-18T09:33:45.9822566Z hint: is subject to change. To configure the initial branch name to use in all
2026-08-18T09:33:45.9823063Z hint: of your new repositories, which will suppress this warning, call:
2026-08-18T09:33:45.9823424Z hint: 
2026-08-18T09:33:45.9823696Z hint: 	git config --global init.defaultBranch <name>
2026-08-18T09:33:45.9824034Z hint: 
2026-08-18T09:33:45.9824410Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-18T09:33:45.9824878Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-18T09:33:45.9825251Z hint: 
2026-08-18T09:33:45.9825455Z hint: 	git branch -m <name>
2026-08-18T09:33:45.9826510Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify/.git/
2026-08-18T09:33:45.9832477Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-08-18T09:33:45.9854418Z ##[endgroup]
2026-08-18T09:33:45.9854809Z ##[group]Disabling automatic garbage collection
2026-08-18T09:33:45.9856607Z [command]/usr/bin/git config --local gc.auto 0
2026-08-18T09:33:45.9879868Z ##[endgroup]
2026-08-18T09:33:45.9880216Z ##[group]Setting up auth
2026-08-18T09:33:45.9884878Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-18T09:33:45.9908206Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-18T09:33:46.0092531Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-18T09:33:46.0116061Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-18T09:33:46.0299250Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-18T09:33:46.0325236Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-18T09:33:46.0508002Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-18T09:33:46.0538741Z ##[endgroup]
2026-08-18T09:33:46.0539246Z ##[group]Determining the default branch
2026-08-18T09:33:46.0541861Z Retrieving the default branch name
2026-08-18T09:33:46.3862196Z Default branch 'main'
2026-08-18T09:33:46.3863157Z ##[endgroup]
2026-08-18T09:33:46.3863575Z ##[group]Fetching the repository
2026-08-18T09:33:46.3868188Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-08-18T09:33:46.9269110Z From https://github.com/SaberMage/spt-shell-notify
2026-08-18T09:33:46.9269874Z  * [new branch]      main       -> origin/main
2026-08-18T09:33:46.9295169Z ##[endgroup]
2026-08-18T09:33:46.9296049Z ##[group]Determining the checkout info
2026-08-18T09:33:46.9299541Z ##[endgroup]
2026-08-18T09:33:46.9305051Z [command]/usr/bin/git sparse-checkout disable
2026-08-18T09:33:46.9386913Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-18T09:33:46.9420640Z ##[group]Checking out the ref
2026-08-18T09:33:46.9423351Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-08-18T09:33:46.9458597Z Switched to a new branch 'main'
2026-08-18T09:33:46.9459183Z branch 'main' set up to track 'origin/main'.
2026-08-18T09:33:46.9463343Z ##[endgroup]
2026-08-18T09:33:46.9494590Z [command]/usr/bin/git log -1 --format=%H
2026-08-18T09:33:46.9514840Z ee2d37eadc730c0019e0af82d683074c509634a2
